ga.view.appstate.menu
Interface IMenuListenerParent

All Known Subinterfaces:
IPostEvaluationState, IPreEvaluationState
All Known Implementing Classes:
AerialEvaluationState, AerialUIController, BillardEvaluationState, InitializerPreState, InitializerUIController, StreamingEvaluationState, SummaryPostState, SummaryUIController

public interface IMenuListenerParent

This interface allows setting a menu listener.

Since:
12.08.2012
Author:
Stephan Dreyer

Method Summary
 void setMenuListener(MenuListener menuListener)
          Sets the menu listener.
 

Method Detail

setMenuListener

void setMenuListener(MenuListener menuListener)
Sets the menu listener.

Parameters:
menuListener - the new menu listener
Since:
12.08.2012